-
Notifications
You must be signed in to change notification settings - Fork 213
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added case-insensitive search functionality for filtering cards based… #671
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
✅ Deploy Preview for collect-your-gamingtools ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great job, @royvivi29! 🎉 Thank you for submitting your pull request. Your contribution is valuable and we appreciate your efforts to improve our project.
We will promptly review your changes and offer feedback. Keep up the excellent work! Kindly remember to check our contributing guidelines
Hi there! This issue is still open. We are looking forward to your response. |
1 similar comment
Hi there! This issue is still open. We are looking forward to your response. |
@swaraj-das please assign me and merge this |
Hi there! This issue is still open. We are looking forward to your response. |
2 similar comments
Hi there! This issue is still open. We are looking forward to your response. |
Hi there! This issue is still open. We are looking forward to your response. |
Pull Request Format
Issue #657 : Troubleshoot search issues: Common Causes and solution solved
Type of PR
Description
Updated the performSearch function to allow case-insensitive search by converting both the search input and card heading text to lowercase for comparison. This ensures that users can search for cards without worrying about letter case, improving the user experience.
Screenshots / Videos (if applicable)
![Screenshot 2024-10-24 141818](https://github.com/user-attachments/assets/747c00bb-6447-4e6a-8831-ea2263777ece)Checklist
Thank you for reviewing my pull request!